home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Gray Matter (PalmOS) / GraySwitch / Src / StarterRsc.c < prev    next >
Text File  |  2000-06-23  |  645b  |  26 lines

  1. /***********************************************************************
  2.  *
  3.  * Copyright (c) 1994-1999 3Com Corporation or its subsidiaries.
  4.  * All rights reserved.
  5.  *
  6.  * PROJECT:  Pilot
  7.  * FILE:     StarterRsc.c
  8.  * AUTHOR:   Roger Flores: May 20, 1997
  9.  *
  10.  * DECLARER: Starter
  11.  *
  12.  * DESCRIPTION:
  13.  *      The list of resources used by the app are stored here.
  14.  *
  15.  **********************************************************************/
  16.  
  17. #include <BuildRules.h>
  18. //#include <Pilot.h>
  19.  
  20. // RESOURCE_FILE_PREFIX is now defined in Pilot:Incs:BuildRules.h based on LANGUAGE.
  21.  
  22. char *AppResourceList[] = {
  23.     ":Rsc:"RESOURCE_FILE_PREFIX"Starter.rsrc",
  24.     ""
  25.     };
  26.